@charset "utf-8";
/*** 
 .ispc //PC专用
 .ismobile //移动专用
***/
/*初始化样式表*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/* https://www.fjcoop.org.cn/news/zsdt/7441.html 兼容这种文章*/
.default-article-content *{
	max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff2?t=1677572906105') format('woff2'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff?t=1677572906105') format('woff'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.ttf?t=1677572906105') format('truetype');
}
.tdy-icon,
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#a5a5a5;
}
/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC']{
	max-height:20px;
}
/*用户api端下拉刷新*/
#api_body{
	position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
}
#api_top{
	position:fixed;
    width: 100%;
	height:180px;
    text-align: center;
    background: #fff;
    color: #000;
	left: 0;
    top: 0;
	font-size:12px;
    /* display: none; */
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

/*清除浮动*/
.cl{zoom:1;}
.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*单行文本*/
.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}

/*边距*/
.ispc .mr0{ margin-right:0 !important;}

/*快转化 可见*/
.block{ display:block;}
.none{ display:none;}

/*页面加载中*/
#global_showload{background:url("{F file="images/showload.gif?11"}"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}
/*图片上传中状态*/
.imgloading{background:url({F file="images/load.gif?11"}); height: 100px; margin-top: -100px; position: relative;}
/*禁止编辑器上传本地视频*/
#videoTab #upload,#videoTab .tabhead span{ display:none;}
/*百度地图默认宽度*/
.ueditor_baidumap{ width:700px;}





/*分页按钮*/
.page{ font-size:14px; line-height:28px;}
.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}
.page a.a,.page a:hover{background:#ccc; color:#fff;}
/*默认导航样式*/
.default-pc-nav-menu{}
.default-pc-nav-menu li{ position: relative;}
.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}
.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}
.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}
.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}
.default-pc-nav-menu > li{ float: left;}
.default-pc-nav-menu li a em{ display: none; font-style:initial;}
.default-pc-nav-menu > li:hover > ul{display: block; background-color:#fff;}
.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}
.nav-thumb{ display:none} /*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination{
	margin-top:10px;
	padding:0 !important;
	background:rgba(0,0,0,0) !important;
}
.pagination li{
	padding:0 !important;
	margin:0 !important;
	margin-right:8px !important;
	border-radius: 3px !important;
	float:left;
	border: 1px solid #dedede !important;
	width:auto !important;
	overflow:hidden;
	background:#fff;
}
.pagination li a,.pagination li span{
	display:block !important;
	padding: 0 12px !important;
	width:auto !important;
	height:auto !important;
	margin:auto !important;
	line-height: 28px !important;
	border:none !important;
	float:none !important;
	border-radius: 0 !important;
	background:#fff !important;
	color:#666 !important;
}
.pagination li.active span,.pagination li:hover a{
	background: #ccc !important;
    color: #fff !important; 
}
.ismobile .pagination li a,.ismobile .pagination li span{
	font-size: 12px !important;
    width: 26px !important;
    line-height: 26px !important;
    text-align: center;
    padding: 0 !important;
}
.ismobile .pagination li{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text{}
.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}

.default-pc-links-pic li{ float:left;}

/*默认版权样式*/
.default-copyright{
	width:70%;
	line-height: 2;
	color:#666;
	font-size:12px;
}
.default-copyright a {
	color: #FFD400;
	font-size:12px;
}
.default-copyright span{
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.default-copyright em{
	font-style:normal;
}
.default-copyright  .t-gonganicp img{
	line-height: 30px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
/*默认发布文章按钮*/
.default-pc-button-publish{
	padding-left:21px;
	background: no-repeat url("{F file="images/publish.png?11"}");
	transition:opacity .3s;
}
.default-pc-button-publish:hover{
	opacity:0.5;
}
/*默认编辑文章 && 删除*/
.default-pc-button-edit a{
	margin-left:10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover{
	color:#000;
}

/*默认背景音乐*/
.default-bgmp3{
	display:block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index:999;
	width:200px;
	max-width:30%;
	
}
.default-bgmp3 audio{
	width:100%; 
	opacity:0.5;
}




.default-append{ display:none;}

/*幻灯片默认样式*/
.default-slider { 
	position: relative; 
	overflow: auto; 
}
.default-slider li { 
	list-style: none; 
}
.default-slider ul li {
	float: left;   
	width: 100%; 
	overflow: hidden;
}
.default-slider ul li img{
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}
.default-slider .dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li{ 
	display: inline-block;
  	cursor: pointer;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size:0;
  	height: 12px;
 }
 .default-slider .dots li{
	*display: inline;
}
 .default-slider .dots li.active{ background-color: #FFE401;}
 .default-slider .next,.default-slider .prev{
	position:absolute; 
	bottom:50%; 
	width:50px; height:100px; 
	margin-bottom:-50px; 
	opacity:0.7; 
	font: 50px/58px Simsun; 
	color:#fff; 
	line-height:100px; 
	text-align:center;
}
.default-slider .next:hover,.default-slider .prev:hover{
	background-color:#000;
}
.default-slider .next{ right:0;}
.default-slider .prev{ left:0;}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img{
	display:none;
}
.default-pc-sidebar-ul li a span{
	display:none;
}

.default-pc-sidebar-dl{ border:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}
/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: url("url()");}
.default-pc-contactcard .tel{ background-image: url("url()");}
.default-pc-contactcard .email{ background-image: url("url()");}
.default-pc-contactcard .fax{ background-image: url("url()");}
*/

/*幻灯片样式*/
.default-slider-2{ position:relative;}
.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }
.default-slider-2 .next, 
.default-slider-2 .prev{ position:absolute;}
.default-slider-2 .dots { 
	position:absolute; 
	width:100%;
	bottom:10px; 
	text-align:center;
}
.default-slider-2 .dots span{
	display: inline-block;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size: 0;
  	height: 12px;
	cursor:pointer;
}
.default-slider-2 .dots span{ *display: inline } /*IE兼容*/
.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/
.default-slider-2 > .dots > span.active{ background-color:red;}

.default-slider-box > ul > li{ position:relative; overflow:hidden;}
.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}
.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}

/*单屏滚动模式*/
.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}

.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}
.default-slider-direction-left > .next, 
.default-slider-direction-left > .prev{
	cursor:pointer;
	top:50%; 
	margin-top:-45px; 
	opacity:.1;
	color:#fff;
	line-height:90px;
	font-size:60px;
	background-color:#000; 
}
.default-slider-direction-left > .next:hover, 
.default-slider-direction-left > .prev:hover{
	opacity:1;
}
.default-slider-direction-left > .next{ right:0;}
.default-slider-direction-left > .prev{ left:0;}
.default-slider-direction-left > .thumb{
	
	position: absolute;
	bottom: 10px;
	left:50%;
	padding:0 30px;
	overflow:hidden;
}

.default-slider-direction-left > .thumb  ul > li{ float:left;}
.default-slider-direction-left > .thumb  ul > li img{
	padding:5px;
	margin:5px;
	border:1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left > .thumb > .next,
.default-slider-direction-left > .thumb > .prev{
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size:0;
	background:url(url(/template/index/default/images/slider_thumb_buttom.png)) no-repeat;
}
.default-slider-direction-left > .thumb > .next{
	right:0;
	background-position:-23px 0;
}
.default-slider-direction-left > .thumb > .prev{
	left:0;
	background-position: 0 0;
}
.default-slider-direction-left > .thumb > .next:hover,
.default-slider-direction-left > .thumb > .prev:hover{
	background-position-y:-32px;
}
.default-slider-direction-left > .thumb > .active{ background-color:#333;}
/*设为首页加入收藏*/
#SetHome,
#collection{
	cursor:pointer;
}
/*DIY 按钮*/
.ispc #diystart{
	display:block;
	position:fixed;
	top:0;
	right:50px;
	background-color:#F90;
	color:#fff;
	z-index:99;
	text-align:center;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	transition:background .5s;
}
.ispc #diystart:hover{
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/
.default-article-content object{
	min-height:500px;
}
/*手机网站底部追加*/
.default-mobile-copyright2{
	text-align:center;
	background-color:#000;
	color:#505050;
	padding-top:20px;
	padding-bottom:30px;
	font-size:12px;
	margin-top:30px;
}
.default-mobile-copyright2 a{
	color:#505050;
}

/*文章评论*/
#default-article-comments{
	margin-top:15px;
}
#default-article-comments .not-login{
	line-height: 100px;
	color: #333;
    background-color: #fff7f7;
    font-size: 16px;
    border: 1px dashed #f5cece;
    text-align: center;
}
#default-article-comments .not-login a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
#default-article-comments .publish .textarea{
	padding:20px;
	background:#f6f6f6;
}

#default-article-comments .publish textarea{
	width: 98%;
    height: 40px;
    padding: 1%;
    border: #dedede 1px solid;
}
#default-article-comments .publish .textarea span {
    display: block;
    width: 35px;
    height: 35px;
	float:right;
	margin:5px;
	cursor:pointer;
	background:url(images/yy18.png) no-repeat;
}
#default-article-comments .publish input[type="submit"]{
	width: 100px;
    height: 35px;
    border: none;
    line-height: 35px;
    text-align: center;
    float: right;
    border-radius: 3px;
    background: #1b75b5;
    color: #fff;
	margin-top:5px;
}

#default-article-comments .best h3 {
    font-size: 16px;
    color: #478fc3;
	line-height:40px;
}
#default-article-comments .best h3 span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#default-article-comments .best h3 em{
	display:block;
	font-style:normal;
	float:right;
	color:#999;
	font-size:12px;
}
#default-article-comments .list{
	margin-top:20px;
}
#default-article-comments .list h2{
	font-size: 14px;
    font-weight: bold;
}

#default-article-comments .item{
	padding:20px 20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin-top:10px;
}

#default-article-comments .item p {
    font-size: 13px;
    line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title{
	line-height:36px;
	margin-bottom:10px;
}
#default-article-comments .item .title img{
	width:30px;
	margin-top:3px;
	height:auto;
	border-radius:50%;
	float:left;
}
#default-article-comments .item .title h5 {
    float: left;
    margin-left: 10px;
    color: #1b75b5;
}
#default-article-comments .item .title p {
    float: left;
    font-size: 12px;
	margin:0;
    margin-left: 10px;
    line-height: 36px;
    color: #999;
}
#default-article-comments .item .title span{
	display:block;
	float:left;
	margin-left:20px;
	width:50%;
	height:36px;
	background:url(images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like{
	margin-top:20px;
}
#default-article-comments .item .like span{
	float:right;
	border:1px solid #ddd;
	border-radius:15px;
	padding:0 7px;
}
#default-article-comments .item .like span a{
	display:block;
	float:left;
	line-height:28px;
	padding:0 10px;
	color: #1b75b5;
	font-style:normal;
	border-right: 1px solid #ddd;
	margin-right:7px;
}

#default-article-comments .item .like span a em{
	font-style: inherit;
	font-size: 12px;
    margin-left: 3px;
}
#default-article-comments .item .like span a.sure i{
	color: #1b75b5;
}
#default-article-comments .item .like span a.deny{
	border-right: none;
	color:#999;
	margin-right:0;
}

#default-article-comments .item .action{
	display:none;
}

#default-article-comments .item .action i{
	margin-right:4px;
}

#default-article-comments .item:hover .action{
	display:block;
	font-size:12px;
}

#default-article-comments .item:hover .action a{
	margin-left:10px;
}


.default-islike{
	color: #1b75b5;
}
.default-islike i{
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart{
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    background-color: #F90;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    transition: background .5s;
}

#diy_tips_box{ position:relative; height:42px;}
#diy_tips{line-height:28px; text-align:center; padding:7px 0; background:#fff; border-bottom:1px dashed #F93; position:fixed; top:0; left:0; width:100%; z-index:1680;}
#diy_tips a{margin-left:12px; color:#1068df;}
#diy_tips a:hover{text-decoration:underline;}

.diy{ position:relative; margin-bottom:1px;}
.diy a{ position:relative; z-index:1;}
.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top:3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a{color:#fff;}




/*聊天框样式*/
#tdy-chat-box{
	position:fixed;
	right:0;
	bottom:-4px;
	z-index:9999;
}

.tdy-chat-btn{
	width:195px;
	height:42px;
	line-height:42px;
	position:fixed;
	right:0;
	bottom:0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}
.tdy-chat-btn .layui-badge{
	position: absolute;
    top: -8px;
    left: 100px;
}
/*限制云视频最大宽度不超过容器*/
.prism-player{
	max-width:100%;
}
/*TP 内部分页样式*/
.pagination{zoom:1;}
.pagination:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*表单提交报错样式*/
.tdy-form-error{
	border:1px solid red !important;
}
/*加入购物车*/
.tdy-mall-cart-num{
	display: inline-block;
}


@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.tdy-add-mall-cart-num{
	animation:mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}
/*** 没有数据公共样式***/
.tdy-no-data{
	width: 100%;
    line-height: 400px;
    text-align: center;
    background: #fbf7ea;
    font-size: 16px;
}
/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title{
    text-align: center;
}
.tdy-notice .layui-layer-content{
      padding: 10px;
}
/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth{
	text-align: center;
    line-height: 300px;
    background-color: #fff7f7;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    border: 1px dashed #f5cece;
}
.tdy-article-noauth a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
/*** DIY 延时加载提示***/
.tdy-diy-lazy{
	float: left;
    width: 100%;
    text-align: center;
	color: #999;
	padding: 10px 0;
}
/*** 门户列表页 ***/
.tdy-potrtal-list{
	overflow-y:hidden;;
}
/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4{
	float:left;
	font-weight: bold;
    text-align: right;
	margin-right:10px;
	max-width:56px;
	padding:2px;
}
.tdy-screening-list{
	font-size:14px;
	margin-bottom: 10px;
}
.tdy-screening-list a{
	padding:2px 8px;
	display:block;
}
.tdy-screening-list a.a{
	position:relative;
    background: #dedede;
    border-radius: 5px;
}
.tdy-screening-select-item-show a,
.tdy-screening-list a.a span{
	display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2acac;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    font-size: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 4px;
    transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}
.tdy-screening-list-item{
	padding: 5px 0;
}
.tdy-screening-list ul{
	float:left;
	width:calc(100% - 80px);
}
.tdy-screening-list li{
	float:left;
}
.tdy-screening-select{
	margin-bottom: 10px;
	
}
.tdy-screening-select-item{
	float:left;
	float: left;
    margin-right: 20px;
	width:auto;
}
.tdy-screening-select-item a{
	padding: 3px;
}
.tdy-screening-select-item h4{
	line-height: 28px;
    font-size: 14px;
}


.tdy-screening-select-item-value{
	float:left;
	background: #fff;
}
.tdy-screening-select-item-show{
	border:1px solid #ccc;
	padding:3px 10px;
	position:relative;
}
.tdy-screening-select-item-show.a{
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4{
	display:none;
}
.ismobile .tdy-screening-select-item-show{
    padding: 0px 5px;
	font-size: 12px;
	border:0;
}
.ismobile .tdy-screening-select-item{
    margin-right: 10px;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wp{
	width:1400px;
	margin:auto;
}
.banbox{
	position:relative;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
	/*-background-image: linear-gradient(0deg,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 21%) 100%);--*/
}
.header-all {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all .5s;
	top:-100px;
	z-index:10;
}
.header-all.a {
	top:0;
}
.logo{
	line-height:100px;
}
.header-all .logo {
    line-height: 80px;
}
.logo img{
	max-height:68px; 
	width:auto;
}
.head-r{
	margin-top:10px;
}
.menu li a {
    display: block;
    font-size: 17px;
    padding: 30px 30px;
    color: #fff;
	position:relative;
}
.menu li a.nav-a-1::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid #fff;
    left: 50%;
    bottom: 13px;
    border-radius: 50%;
    transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transition:all .3s;
	opacity:0;
}
.w960 .menu li a.nav-a-1::before{
	bottom:5px;
}
.menu li.a a.nav-a-1::before,.menu li:hover a.nav-a-1::before {
    width: 7px;
    height: 7px;
	opacity:1;
}
.menu li ul {
    padding: 10px 0;
    background: #fff;
    border-top: 2px solid #f59d02;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.menu li:hover ul{
	display:none;
}
.menu li li a,.header-all .menu li li a{
	color:#333 !important;
	padding:5px 30px;
	font-size: 16px;
}
.menu li li:hover a{
	background:#eee;
	color: #f59d02 !important;
}
.header-all .menu li.a a,.header-all .menu li:hover a{
	color: #f59d02;
}
.header-all .menu li a{
	color:#333;
	padding:27px 30px;
}
.search{
	margin-top: 24px;
}
.w960 .search{
	margin-top:12px;
}
.header-all .search {
    margin-top: 20px;
}
.search form{
	padding-left:15px;
	border-radius:30px;
}
.search form:hover{
	border:1px solid #fff;
}
.header-all .search form:hover{
	border:1px solid #ddd;
}
.header-all .head-r {
    margin-top:0;
}
.search form .tdy-keyword {
    line-height: 35px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
	width:0;
	opacity:0;
	transition:all .3s;
}
.header-all .search form .tdy-keyword {
	color:#999;
}
.search form:hover .tdy-keyword {
	width:100px;
	opacity:1;
}
.header-all .search form .tdy-submit{
	color:#999;
}
.search form .tdy-submit {
    width: 35px;
    height: 35px;
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
}
.banner li img{
	width:100%;
	height:auto;
}
.banner .diy-edit-but{
	margin-top:100px;
}
.dots {
    z-index: 2;
    position: absolute;
    text-align: center;
    bottom: 15px !important;
}
.dots span {
    background: #fff;
    opacity: 1;
}
.dots span.swiper-pagination-bullet-active{
	width:30px;
	border-radius:10px;
}
.aboutbox{
	margin:100px auto;
	position:relative;
}
.aboutbox::before{
	position: absolute;
    content: '';
	width:100%;
	height:1px;
	top:125px;
	background:#eee;
	left:0;
}
.aboutbox .d01 {
    width: 50%;
    margin-top: 30px;
}
.aboutbox .d01 h2 {
    font-size: 50px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    position: relative;
    margin-bottom: 50px;
}
.aboutbox .d01 h2 p {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
}
.aboutbox .d01 .tsy-into {
    font-size: 16px;
    line-height: 2;
}
.numbox{
	margin-bottom:80px;
}
.numbox li {
    float: left;
    width: 25%;
    text-align: center;
}
.numbox li h3 {
    font-size: 18px;
}
.numbox li h3 span {
    font-size: 60px;
    color: #555;
    margin-right: 5px;
    font-family: fantasy;
}
.numbox li p {
    font-size: 16px;
    color: #999;
}
.tdy-more {
    display: block;
    width: 137px;
    line-height: 40px;
    border: 1px solid #004a96;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 50px;
    color: #004a96;
    padding-right: 10px;
	transition:all .3s;
}
.tdy-more:hover {
	background:#004a96;
	color:#fff;
}
.tdy-more em {
    float: left;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background: #004a96;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 7px;
    transition: all .3s;
}
.tdy-more:hover em {
	background:#fff;
	color:#004a96;
}
.tdy-more:hover i {
	color:#fff;
}
.tdy-more i {
    color: #004a96;
    -webkit-text-stroke-width: initial;
    margin-left: 6px;
	transition:all .3s;
}
.aboutbox .d02 {
    width: 42%;
    position: relative;
}
.aboutbox .d02 img {
    width: 100%;
    height: auto;
}
.agentbox{
	padding:90px 0;
	background:#f9f9f9 url(/template/index/public/54/54-0095/images/map.png) no-repeat center;
}
.tit {
    text-align: center;
}
.tit h2 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
}
.tit p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 30px;
}
.tit ins {
    display: block;
    width: 900px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.tdy-more02{
	margin:auto;
}
.agent li a {
    display: block;
	text-align:center;
	border-radius:3px;
}
.agent ul.a{
	display:none;
}
.agent li a img {
    width: 189px;
    max-width: 100%;
    height: auto;	
}
.agent{
	margin:50px auto;
}
.newsbox{
	padding:80px 0;
	background:url(/template/index/public/54/54-0095/images/bg_33.png) no-repeat center;
}
.newsbox .tit{
	margin-bottom:50px;
}
.newsbox ul{
	border:1px solid #eee;
}
.newsbox li {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    width: 33.33333%;
    padding: 35px;
	position:relative;
	transition:all .3s;
}
.newsbox li::before{
	position:absolute;
	content:'';
	width:0;
	height:3px;
	background:#0e59d1;
	bottom:0;
	left:0;
	transition:all .3s;
}
.ispc .newsbox li:hover{
	background: #fff;
    box-shadow: 0 0 20px #ddd;
}
.newsbox li:hover::before{
	width:100%;
}
.newsbox li:last-child{
	border:none;
}
.newsbox li a {
    display: block;
}
.newsbox li em {
    font-style: normal;
    font-size: 16px;
    color: #0e59d1;
}
.newsbox li em i {
    color: #0e59d1;
    margin-right: 5px;
}
.newsbox li h3 {
    font-size: 20px;
    margin: 30px 0;
	color: #333;
}
.newsbox li p {
    width: 120px;
    line-height: 40px;
    background: #004a96;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}
.newsbox li span {
    display: block;
    margin-top: 30px;
}
.newsbox li span img {
    width: 100%;
    height: auto;
}
.newsbox .tdy-more{
	margin-top:50px;
}
.productbox{
	padding:80px 0;
	background:#f9f9f9;
	display:none;
}
.product{
	margin-bottom:50px;
}
.product ul {
    padding: 20px 0;
}
.product li {
	border-radius:6px;
	overflow:hidden;
	transition:all .3s;
}
.ispc .product li:hover {
	transform: translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:trantranslateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	box-shadow:0 5px 15px rgba(0,0,0,0.2);
}
.product li a {
    display: block;
    position: relative;
}
.product li span {
    display: block;
    position: relative;
	padding:40px 0;
	background:#fff;
}
.w960 .product li span{
	padding:30px 0;
}
.product li span img {
    width: 100%;
    height: auto;
}
.product li span ins {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background:#03274c;
	opacity:0;
	transition:all .3s;
}
.ispc .product li:hover span ins {
	opacity:.5;
}
.product li span em {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 60%;
    margin-top: -25px;
    margin-left: -25px;
    color: #fff;
    font-size: 30px;
	text-align:center;
    transition: all .3s;
}
.ispc .product li:hover span em{
	top:50%;
}
.product li div {
    padding:30px 20px;
    background: #fff;
    border-top: 1px solid #eee;
	position:relative;
}
.w960 .product li div{
	padding:20px 15px;
}
.product li div h3 {
    font-size: 18px;
    color: #333;
}
.product li div p {
    font-size: 15px;
    color: #999;
    margin-top: 5px;
	width:80%;
}
.product li div em {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 35px;
    background: #eee;
    text-align: center;
    line-height: 30px;
    color: #999;
    border-radius: 50%;
	transition:all .3s;
}
.product li:hover div em {
	background:#004a96;
	color:#fff;
}
.prev02, .next02 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    outline-style: none;
    background: rgb(0 0 0 / 50%);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
	opacity:0.5;
}
.prev02:hover, .next02:hover{
	opacity:1;
}
.next02 {
    right: 20px;
    left: auto;
}
.footer{
	background:url(/template/index/public/54/54-0095/images/ftbg.jpg) no-repeat center;
	padding-top:50px;
}
.ftlogo {
    width: 28%;
	margin-top:40px;
}
.ftlogo img {
    max-height: 61px;
    width: auto;
}
.tdy-ftcon{
	width:35%;
	margin-top:10px;
}
.tdy-ftcon h3 {
    font-size: 17px;
    color: #fff;
	margin-bottom:10px;
}
.tdy-ftcon p {
    font-size: 13px;
    color: #fff;
    margin: 8px 0;
	opacity: .7;
}
.tdy-ftcon p img {
    width: 18px;
    height: auto;
    margin-right: 5px;
}
.ftform {
    float: right;
    width: 30%;
}
.ftform h3 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 10px;
}
.ftform h3 em {
    color: #fff;
    margin-right: 5px;
    -webkit-text-stroke-width: inherit;
}
.ftform label {
    display: none;
}
.ftform .layui-input-block{
	margin-left: 0;
    left: 0;
}
.ftform .layui-form-item {
    float: left;
    width: 48%;
    margin-left: 2%;
    clear: inherit;
	margin-bottom: 2%;
}
.ftform .default-form-field_message{
	width:98%;
}
.ftform input{
	background: none;
    border: 1px solid rgba(255,255,255,0.1);
	color:#fff;
}
.ftform .layui-form-pane textarea {
    min-height: 70px !important;
    background: none;
    border: 1px solid rgba(255,255,255,0.1);
}
.ftform .layui-btn {
    margin-left: 2%;
    background-color: #ffffff;
    padding: 0 30px;
    color: #003d7e;
    border-radius: 30px;
    font-size: 15px;
}
.ftform input::placeholder
,.ftform textarea::placeholder{
	color:rgba(255,255,255,0.5);
}
.copy{
	padding:10px 0;
	background:rgba(0,0,0,0.1);
	margin-top:50px;
}
.default-copyright {
    color: #999;
    margin: auto;
    text-align: center;
}
.default-copyright a{
	color:#fff;
}
.top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-top: 10px;
    color: #000;
    background: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
	transition:all .3s;
	z-index:2;
}
.top:hover{
	background:#eee;
}
/*-------------list-prosuct---------------*/
.banner01{
	position:relative;
}
.banner01 img{
	width:100%;
	height:auto;
}
.banner01 h2 {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
    color: #fff;
    text-align: center;
	font-size: 24px;
    color: #fff;
}
.banner01 h2 p{
	font-size: 40px;
    position: relative;
    z-index: 0;
    letter-spacing: 2px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.banner01 h2 p::before{
	content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #0e59d1;
    height: 12px;
    z-index: -1;
}
.pub{
	text-align:right;
	margin-bottom:10px;
}
.list-page{
	margin-top:70px;
	margin-bottom:50px;
}
.list-product {
    width: 78%;
}
.list-product li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}
.list-product li a {
    display: block;
    background: #fff;
	padding:30px 20px;
	padding-top:0;
	overflow:hidden;
	transition:all .3s;
}
.ispc .list-product li:hover a {
	transform:translateY(-5px);
	box-shadow:0 5px 10px rgba(0,0,0,0.1)
}
.list-product li h3 {
    text-align: center;
    font-size: 20px;
	color:#333;
	position: relative;
    z-index: 1;
}
.list-product li p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    color: #999;
	position: relative;
    z-index: 1;
}
.list-product li span {
    display: block;
}
.list-product li span img {
    width: 100%;
    height: auto;
	transition:all .3s;
}
.list-product li:hover span img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.pox{
	position: relative;
    margin-top: -45px;
}
.pox a,.pox em{
	color: #fff;
}
/*----------------list-news---------------*/
.list-nav {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
.list-nav li ul{
	display:none;
}
.list-nav li {
    display: inline-block;
    margin: 0 30px;
    position: relative;
    padding-bottom: 30px;
}
.list-nav li::before{
	position:absolute;
	content:'';
	width:0;
	height:3px;
	bottom:0;
	opacity:0;
	left:50%;
	background:#f59d02;
}
.list-nav li a {
    display: block;
    font-size: 16px;
    transition: all .3s;
}
.list-nav li.a::before{
	width:30px;
	margin-left:-15px;
	opacity:1;
}
.list-nav li:hover a,.list-nav li.a a{
	color:#f59d02;
}
.list-news li {
    float: left;
    width: 31.5%;
    margin-right:2.75%;
    margin-bottom: 3%;
	transition:all .3s;
}
.ispc .list-news li:hover,.ispc .list-news02 li:hover{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
}
.list-news li a {
    display: block;
    padding: 35px;
    background: #fff;
	position:relative;
}
.list-news li div h3 {
    font-size: 18px;
    margin: 20px 0;
    color: #333;
}
.list-news li div em{
	font-style: normal;
    font-size: 16px;
    color: #0e59d1;
}	
.list-news li div em i{
	color: #0e59d1;
    margin-right: 5px;
}
.list-news li div p{
	width: 120px;
    line-height: 35px;
    background: #004a96;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}	
.list-news li span{
	display: block;
    margin-top: 30px;
	overflow:hidden;
	background:#000;
}
.list-news li span img{
	width: 100%;
    height: auto;
	transition:all .3s;
}
.ispc .list-news li:hover span img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
	opacity:.7;
}
.list-news li a::before{
	position:absolute;
	content:'';
	width:0;
	height:3px;
	background:#004a96;
	transition:all .3s;
	left:0;
	bottom:0;
	opacity:0;
}
.list-news li:hover a::before{
	opacity:1;
	width:100%;
}
.nodata{
	line-height:500px;
	background:#eee;
	text-align:center;
	font-size:20px;
}
/*-------------------list-news02---------------*/
.list-news02 li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	transition:all .3s;
}
.list-news02 li a{
	display: block;
    padding: 25px;
    background: #fff;
}
.list-news02 li h3{
	font-size: 22px;
    transition: all .4s;
}
.list-news02 li:hover h3 {
    color: #0e59d1;
}
.list-news02 li em{
	display: block;
    width: 30px;
    height: 2px;
    background: #8b9e42;
    margin: 13px 0;
    transition: all .4s;
}
.list-news02 li em {
    display: block;
    width: 30px;
    height: 2px;
    background: #0e59d1;
    margin: 13px 0;
    transition: all .4s;
}
.list-news02 li:hover em {
	width:100px;
}
.list-news02 li p{
	font-size: 14px;
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-news02 li span{
	display: block;
    font-size: 14px;
    margin-top: 20px;
	color:#999;
}
/*--------------list-agent------------*/
.list-page-agent{
	position:relative;
}
.w960 .list-page-agent{
	min-height:100vh;
}
.ispc .list-agent {
    width: 20%;
    background: #fff;
    border-radius: 10px;
}
.ispc .list-agent ul{
	height: calc(100vh - 180px);
    overflow-y: scroll;
}
.scroll01 {
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}
.list-agent ul::-webkit-scrollbar {
	width:3px;
	background:#eee;
}
.list-agent ul::-webkit-scrollbar-thumb {
	width:3px;
	background:#ddd;
}
.list-agent li {
    border-bottom: 1px dotted #eee;
}
.list-agent li a{
	display:block;
	padding:0 20px;
}
.list-agent li .tc {
    position: absolute;
    width: 78%;
    background: #fff;
    top: 0;
    right: 0;
    border-radius: 10px;
	min-height:calc(100vh - 150px);
}
.list-agent li a img {
    width: 100%;
    height: auto;
	-webkit-filter: grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-o-filter:grayscale(100%);
}
.list-agent li a.aa img,.list-agent li a:hover img {
	-webkit-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.list-agent li .tc .pub a{
	display:inline-block;
	padding:0;
}
.list-agent li .tc .con a{
	color:#666;
}
.list-agent li .tc .con a:hover{
	color:red;
}
/*----------------------view-news---------------------------*/
.pox01 {
    width: 1100px;
    margin: -45px auto 0 auto;
}
.view-news {
    width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 50px 100px;
    margin-top:70px;
    position: relative;
}
.view-news01 .back {
    display: block;
    width: 45px;
    font-size: 14px;
	border: 1px solid #888;
    border-radius: 30px;
    padding: 5px 0;
    padding-left: 45px;
	background:url(/template/index/public/54/54-0095/images/back.png) no-repeat 15px center;
	opacity:.5;
	transition:all .3s;
	float:left;
}
.view-news01 .ww em {
    font-size: 16px;
    color: #999;
    font-style: normal;
    margin-left: 20px;
    line-height: 33px;
}
.view-news01 .back:hover{
	opacity:1;
}
.view-news01 h2 {
    font-size: 25px;
    padding: 20px 0;
    color: #333;
    border-bottom: 1px dotted #eee;
    margin-bottom: 20px;
}
.fanye {
    padding: 30px 0;
    margin-top: 30px;
}
.fanye p {
    font-size: 14px;
    width: 45%;
    line-height: 22px;
	color:#666;
}
.fanye p span {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 23px;
    color: #999;
    margin-right: 10px;
    vertical-align: middle;
}
.fanye p a {
    display: inline-block;
    *display: inline;
    width: calc(100% - 35px);
    color: #666;
    vertical-align: middle;
}
.fanye p:hover span {
    border-color: #f59d02;
}
.fanye p:hover span, .fanye p:hover a {
    color: #f59d02;
}
/*---------------list-recruit----------------*/
.list-recruitbox{
	margin:80px auto;
}
.list-recruit{
	width:1188px;
	margin:0 auto;
}
.w960 .list-recruit{
	width:auto;
}
.list-recruit li{
	border-bottom:1px solid #eee;
}
.list-recruit li a.con {
    display: block;
    padding:20px 30px;
    background: #fff;
}
.list-recruit li a.con h3 {
    float: left;
    font-size: 20px;
	line-height:30px;
}
.list-recruit li a.con h3 span {
    display: inline-block;
	*display:inline;
    padding-left: 20px;
    font-size: 16px;
    color: #999;
    position: relative;
	margin-left: 20px;
}
.list-recruit li a.con h3 span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #ddd;
    left: 0;
    top: 5px;
}
.list-recruit li a.con p {
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.list-recruit li a.aa{
	background:#004a96;
}
.list-recruit li a.aa h3
,.list-recruit li a.aa h3 span
,.list-recruit li a.aa p
,.list-recruit li a.aa p em{
	color:#fff;
}
.list-recruit li a.con p em {
    margin-left: 30px;
    color: #666;
    font-size: 14px;
}
.list-recruit li a.aa p em.em01
,.list-recruit li a.con p em.close01{
	display:none;
}
.list-recruit li a.aa p em.close01{
	display:inline-block;
	*display:inline;
	color:#fff;
}
.list-recruit li .tc{
	display:none;
}
.list-recruit li .tc01 {
    padding: 30px;
    background: #fff;
}
/*---------------list-contact-----------*/
.list-contact li {
    background: #fff;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    width: 32%;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	transition: all .3s;
}
.ispc .list-contact li:hover {
    box-shadow: 0 0 20px #dedede;
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.list-contact li.li01{
	width:100%;
}
.list-contact li:nth-child(3n+1){
	margin-right:0;
}
.list-contact li.li01 span{
    float: left;
    width: 45%;
}
.list-contact li span{
	display: block;
}
.list-contact li img{
	width:100%;
	height:auto;
}
.list-contact li.li01 div {
    float: right;
    width: 55%;
	padding: 50px;
}
.list-contact li div {
    box-sizing: border-box;
    padding: 20px;
}
.list-contact li div h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #0e59d1;
	margin-bottom:10px;
}
.list-contact li.li01 div h3 {
	font-size:30px;
	margin-bottom:30px;
}
.list-contact li div h3 em{
	 font-size: 20px;
	 color: #0e59d1;
	 margin-right: 5px;
}
.list-contact li.li01 div h3 em {  
    font-size: 30px;
}
.list-contact li.li01 div p {
    font-size: 18px;
}
.list-contact li div p {
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
}
.list-contact li div ins {
    display: block;
    height: 126px;
}
/*---------------list-about-----------------*/
.list-about01{
	padding: 100px 0 !important;
}
.list-about01 span{
	display: block;
    float: left;
    width: 43%;
    margin-left: 3%;
}
.list-about01 span img{
	width: 100%;
    height: auto;
}
.list-about01 div.d01{
	float: right;
    width: 42%;
    padding: 3% 5% 0 0;
}
.list-about01 div h3{
	font-size: 40px;
    color: #333;
}
.list-about01 div h3 em{
	font-style:normal;
	display:block;
}
.list-about01 div h4{
	font-size: 20px;
    margin: 30px 0;
	display:none;
}
.list-about01 div h4 em{
	height: 3px;
    display: block;
    background: #333;
    width: 40px;
    margin: 50px 0;
}
.list-about01 div .d02{
	margin-top:60px;
}
.list-about01 div .d02 p {
    font-size: 17px;
    color: #666;
    line-height: 2;
    margin-bottom: 20px;
    text-align: justify;
}
.list-about02{
	padding-top:70px;
	background:url(/template/index/public/54/54-0095/images/develop.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	display:none;
} 
.list-about02 h2{
	font-size:35px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin-bottom:50px;
}
.list-about02 h2 p{
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
}
.develop {
    position: relative;
    padding: 50px 0;
}
.develop .d01{
	height:400px;	
	overflow:hidden;
}
.develop li{
	color:#fff;
}
.develop li h3{
	float:left;
	padding-left:50px;
	position:relative;
	font-size:15px;
	width:120px;
}
.develop li h3 em{
	display:block;
	position:absolute;
	width:10px;
	height:4px;
	border-radius:0 3px 3px 0;
	background:#0e59d1;
	left:4px;
	top:8px;
}
.develop li p{
	position:relative;
	float:left;
	padding-left:15px;
	font-size:15px;
	width:50%;
}
.develop li p::after{
	position:absolute;
	left:0;
	top:8px;
	content:"";
	background:#fff;
	width:4px;
	height:4px;
}
.develop .line01{
	position:absolute;
	width:4px;
	height:100%;
	background:#0e59d1;
	bottom:0;
}
.develop .line01 span{
	display:block;
	width:6px;
	height:6px;
	border:8px solid #fff;
	border-radius:50%;
	background:#0e59d1;
	position:absolute;
	top:-11px;
	left:-9px;
}
.de-prev, .de-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    text-align: center;
    line-height: 30px;
    opacity: .5;
    font-size: 20px;
    left: -50px;
    position: absolute;
    bottom:59%;
	cursor:pointer;
	outline-style:none;
}
.de-next{
	bottom:45%;
}
.list-about04{
	margin:100px auto;
}
.honorbox{
	position:relative;
	margin-top:60px;
}
.honorbox li{
	transition:all .3s;
	padding-top:10px;
}
.honorbox li:hover{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.honorbox li a{
	display:block;
	padding-bottom:40px;
	text-align:center;
	outline-style:none;
	background:url(/template/index/public/54/54-0095/images/jianbg.jpg) no-repeat center bottom;
	background-size: 100% 40px;
}
.honorbox li a img{
	width:80%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.honorbox li h3{
	text-align:center;
	font-size:14px;
	color:#666;
	margin-top:10ppx;
}
.honorbox .prev05
,.honorbox .next05{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	border-radius:50%;
	background:#ccc;
	left:-50px;
	top:50%;
	margin-top:-45px;
	cursor:pointer;
	transition:all .3s;
	outline-style:none;
}
.honorbox .next05{
	left:auto;
	right:-50px;
}
.honorbox .prev05:hover
,.honorbox .next05:hover{
	background:#999;
}
.l-culture{
	padding:80px 0;
	background:#f5f5f5;
}
.l-culture .tit{
	margin-bottom:50px;
}
.l-culture li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    padding: 50px 0;
    background: #fff;
    text-align: center;
    transition: 0.4s;
}
.l-culture li:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.l-culture li span {
    display: block;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: relative;
    margin: auto;
    text-align: center;
}
.l-culture li span img{
	width: 51px;
    height: auto;
}
.l-culture li span::before,.l-culture li span::after{
	content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    left: -90px;
    top: 51px;
    background: #e5e5e5;
}
.l-culture li span::after{
	left: inherit;
    right: -90px;
}
.l-culture li h3{
	font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.4s;
}
.l-culture li:hover h3{
	color:#0e59d1;
}
.l-culture li h4 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 20px;	
}
.l-culture li p {
    font-size: 16px;
    color: #666;
    width: 70%;
    margin: auto;
}
/*---------------view-product---------------*/
.pro-navbox {
    width: 20%; 
}
.pro-nav{
	background: #fff;
    padding: 30px 0;
	box-sizing: border-box;
    border-radius: 5px;
}
.pro-nav li{
	 border-bottom: 1px solid #eee;
	 padding: 15px 0 15px 50px; 
	 position: relative;	 
}
.pro-nav li:last-child{
	border:none;
}
.pro-nav li a {
    display: block;
    font-size: 18px;
	color:#333;	
}
.pro-nav li:hover a,.pro-nav li.a a {
	color:#d70000;
}
.pro-nav li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #aaa;
    border-radius: 50%;
    left:30px;
    top: 23px;
}
.pro-nav li.a::before {
	background:#d70000;
	border:1px solid #d70000;
}
.pro-nav li ul {
    padding-top: 5px;
	display:none;
}
.pro-nav li.a ul{
	display:block;
}
.pro-nav li.a ul li.a a,.pro-nav li ul li:hover a{
	color:#d70000 !important;
}
.pro-nav li ul li {
    border-bottom: none;
    padding: 0;
}
.pro-nav li ul li a {
    font-size: 14px;
    color: #999 !important;
}
.pro-nav li ul li::before{
	display:none;
}
.xiazai{
	margin-top:20px;
}
.xiazai img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.xiazai a{
	display:block;
}
.tdy-vproduct{
	width:78%;
	background:#fff;
}
.tdy-d01 {
    padding: 50px 100px;
    border-bottom: 1px solid #eee;
}
.w960 .tdy-d01{
	padding:40px 60px;
}
.tdy-cover{
	width:300px;
}
.tdy-cover img{
	width:100%;
	height:auto;
}
.tdy-sum {
    width: calc(100% - 350px);
}
.tdy-sum h3 {
    font-size: 25px;
}
.tdy-sum p {
    font-size: 15px;
    line-height: 1.8;
    color: #999;
    margin-top: 20px;
}
.w960 .tdy-sum p{
	font-size:15px;
}
.tdy-word{
	padding:50px 100px;
	padding-bottom:30px;
}
.view-product .tdy-word h4{
	background:#f5f5f5;
}
.view-product .tdy-word .default-article-content td{
	border:none !important;
}
.view-product .tdy-word .default-article-content td p{
	background:#f5f5f5;
}
.view-product .tdy-word .default-article-content td a{
	text-decoration:none !important;
	display: block;
    background: #f5f5f5;
    color: #666;
}
.view-product .tdy-word .default-article-content td a:hover{
	color: #d70000;
}
/*--------------view-agent------------------*/
.view-agent{
	width:1100px;
	margin:70px auto 50px auto;
}
.default-article-content td {
    border: 1px solid #eee;
    padding: 10px 0;
}
.cpxltit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.view-agent .tdy-word {
    padding: 30px 100px;
}
.view-agent .tdy-sum {
    padding-top: 0;
}
.view-agent .tdy-sum p {
    font-size: 14px;
    -webkit-line-clamp: initial;
    line-height: 1.8;
}
/*----------------list-download----------*/
.list-download{
	margin:50px auto;
	width:1188px;
}
.list-download ul{
	background:#fff;
}
.list-download li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.list-download li.li01 {
    background: #004995;
    color: #fff;
}
.list-download li{
	padding:15px 0;
}
.list-download li p {
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
	line-height:33px;
}
.list-download li .p01 {
    width: 15%;
}
.list-download li .p02 {
    width: 20%;
}
.list-download li .p03 {
    width: 20%;
}
.list-download li .sousuo {
    width: 20%;
    padding-right: 20px;
}
.list-download li .sousuo form {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding-left: 15px;
}
.list-download li .sousuo .tdy-keyword {
    float: left;
    line-height: 33px;
    border: none;
    width: calc(100% - 50px);
}
.list-download li .sousuo .tdy-submit {
    line-height: 33px;
    height: 33px;
    border: none;
    width: 50px;
    color: #f59d02;
    background: none;
	cursor:pointer;
}
.list-download li a {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
    padding-left: 30px;
    box-sizing: border-box;
}
.list-download li h3 {
    font-size: 16px;
    color: #333;
	transition: all .3s;
}
.list-download li h3 em {
    margin-right: 5px;
    vertical-align: middle;
	margin-right:5px;
	color:#f59d02;
}
.list-download li:hover h3 {
	color:#fd9826;
}
/*------------------view-download---------------------*/

.view-download {
    width: 800px;
    margin: 150px auto 100px auto;
    background: #fff;
    padding: 50px;
	padding-top: 100px;
	position:relative;
}
.view-download .back {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 40px;
    transition: all .3s;
}
.view-download .back:hover{
	background:#0e59d1;
	color:#fff;
}
.view-download .xz {
    width: 100px;
    height: 100px;
    background: #0e59d1;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    left: 50%;
    position: absolute;
    margin-left: -60px;
    top: -60px;
    border: 10px solid #d9e7ff;
}
.view-download .title {
    text-align: center;
    font-size: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee;
    margin-bottom: 25px;
}
.view-download .downloadbox .download
,.view-download .downloadbox .vs01 {
    padding: 0;
    background: none;
    border: none;
}
.downloadbox .download dd {
    margin-bottom: 15px;
    padding: 20px;
    background: #f0f4fc;
    border-radius: 5px;
}
.view-download .downloadbox .download dd a {
    background: #0e59d1;
    transition: all .3s;
}
.view-download .downloadbox .download dd a:hover
,.view-download .downloadbox .vs01 .downloadnow:hover{
	background:#0849b3;
}
.view-download .downloadbox .vs01 .downloadnow {
    width: 50%;
    background: #0e59d1;
    margin: auto;
	transition: all .3s;
}
/*----------------list-product02------------*/
.list-product02 {
    width: 77%;
}
.list-product02 li{
	margin-bottom:40px;
}
.list-product02 li a {
    display: block;
    background: #fff;
    border-radius: 10px;
	padding:50px;
}
.list-product02 li span {
    display: block;
    float: left;
    width: 40%;
}
.list-product02 li img {
    width: 100%;
    height: auto;
    transition: all .3s;
}
.list-product02 li:hover img{
	transform:scale(1.05);
}
.list-product02 li div {
    float: right;
    width: 50%;
}
.list-product02 li div h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.list-product02 li div p {
    font-size: 16px;
    color: #999;
}
.list-product02 li div em {
    display: block;
    font-style: normal;
    width: 130px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d70000;
    border-radius: 30px;
	margin-top:30px;
    color: #d90e0e;
    transition: all .3s;
}
.list-product02 li div em:hover{
	background:#d90e0e;
	color:#fff;
}
@media screen and (max-width:1440px){ 
	.wp {
		width: 90%
	}
	.aboutbox .d01 {
		margin-top: 0;
	}
	.tdy-ftcon {
		width: 35%;
	}
	.list-about01 div.d01 {
		padding:5% 5% 0 0;
	}
	.l-culture li p {
		font-size: 15px;
		width: 80%;
		height:45px;
	}
}
.w960 .wp, .w960 .w1188 {
    width: auto;
    padding: 0 50px;
}
.w960 .menu li a {
    padding: 27px 25px;
}
.w960 .menu li li a{
	padding:10px 25px;
}



@media screen and (max-width:1024px){ 
	.mbhead{
		background:#fff;
		position:fixed;
		z-index:3;
		width:100% !important;
		text-align:center;
		box-sizing: border-box;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	.default-shopcenter-top .headphoto div img{
		border-radius:50%;
	}
	.menuico a
	,.mblogin a {
		display: block;
		color: #004a96;
		font-size: 25px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.mblogo a {
		display: block;
		line-height:55px;
	}
	.mblogo a img{
		max-height:35px; 
		width:auto;
	}
	.mbmenu {
		position: fixed;
		width: 50%;
		background: #fff;
		height: 100%;
		top: 0;
		right:-100%;
		z-index:4;
		overflow-y: scroll;
	}
	.mbmenu .nav-ul-1 {
		padding-top: 70px; 
		height: 80vh;
		overflow-y: auto; 
	}
	.mbmenu li a {
		color: #333;
		border-bottom: 1px solid #eee;
		border-top: none;
		padding-left: 30px;
		font-size:16px;
	}
	.mbmenu li ul li a {
		font-size: 14px;
		padding: 10px 10px;
		padding-left: 50px;
		color: #666;
	}
	.mbmenu li div{ 
		width:100%;
		right:0;
	}
	.mbmenu ul ul{
		background:#f5f5f5;
		padding-top:0;
	}
	.mbclose {
		position: absolute;
		z-index: 3;
		color: #fff !important;
		right: 15px;
		top: 15px;
		font-size: 16px;
		background: #004a96;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 31px;
		text-align: center;
	}
	.mbheight{
		height:55px;
	}
	.aboutbox .d01 {
		width: 100%;
		margin-top: 0;
	}
	.aboutbox .d01 h2 {
		font-size: 30px;
		padding-left: 0;
		margin-bottom: 25px;
	}
	.aboutbox .d01 h2::before,.aboutbox::before,.aboutbox .d02{
		display:none;
	}
	.aboutbox .d01 h2 p {
		font-size: 14px;
		letter-spacing: 5px;
	}
	.aboutbox {
		margin: 30px auto;
	}
	.aboutbox .d01 .tsy-into {
		font-size: 14px;
		line-height: 1.6;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.tdy-more {
		width: 105px;
		line-height: 28px;
		border: 1px solid #004a96;
		font-size: 12px;
		margin-top: 25px;
		color: #004a96;
		padding-right: 5px;
	}
	.tdy-more em {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 5px;
	}
	.tdy-more i {
		margin-left: 3px;
		font-size: 12px;
	}
	.numbox li h3 span {
		font-size: 22px;
		margin-right: 3px;
		font-family:HinTing;
	}
	.numbox li p {
		font-size: 12px;
	}
	.numbox li h3 {
		font-size: 13px;
	}
	.numbox {
		margin-bottom: 30px;
	}
	.tit h2 {
		font-size: 23px;
	}
	.tit p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.tit ins {
		width: 90%;
		font-size: 12px;
		line-height: 1.8;
	}
	.agentbox {
		padding: 40px 0;
	}
	.newsbox {
		padding: 40px 0;
	}
	.newsbox ul {
		border: none;
	}
	.newsbox li {
		width: 100%;
		padding:15px 0;
		border: none;
		border-bottom: 1px solid #eee;
	}
	.newsbox li a div {
		float: left;
		width: calc(100% - 140px);
	}
	.newsbox li a div em {
		font-size: 12px;
	}
	.newsbox li em i {
		margin-right: 3px;
		font-size: 13px;
	}
	.newsbox li a div h3 {
		font-size: 15px;
		margin: 5px 0 10px 0;
		line-height: 1.2;
	}
	.newsbox li a div p {
		width: 80px;
		font-size: 12px;
		line-height: 25px;
	}
	.newsbox li a span {
		width: 130px;
		float: right;
		margin-top:10px;
	}
	.newsbox .tit {
		margin-bottom: 20px;
	}
	.newsbox .tdy-more {
		margin-top: 25px;
	}
	.productbox {
		padding: 40px 0;
	}
	.product li div {
		padding: 10px;
	}
	.product li div h3 {
		font-size: 14px;
	}
	.product li div p {
		font-size: 12px;
		margin-top: 0px;
	}
	.product li div em {
		width: 20px;
		height: 20px;
		right: 10px;
		bottom: 10px;
		line-height: 20px;
	}
	.product {
		margin-bottom: 20px;
		padding-bottom:50px;
	}
	.prev02, .next02 {
		width: 25px;
		height: 25px;
		left: 10px;
		margin-top: -12px;
		line-height: 25px;
		font-size: 12px;
		top: auto;
		bottom: 0;
	}
	.next02 {
		right:10px;
		left: auto;
	}
	.productbox .tdy-more{
		margin-top:-50px;
	}
	.mbfoot {
		padding: 40px 20px;
		background:#fff;
		border-top:10px solid #f5f5f5;
	}
	.ftlogo {
		width: 100%;
		margin-top: 0;
	}
	.ftlogo img {
		max-width: 126px;
		height: auto;
		opacity: 1;
	}
	.mbcon{
		margin:20px 0;
		margin-bottom:0;
	}
	.mbcon p {
		font-size: 12px;
		color: #333;
		line-height: 1.7;
	}
	.mbcon p a {
		color: #333;
	}
	.mbcon02{
		margin-top:15px;
		display:none;
	}
	.mbcon02 li {
		float: left;
		margin-right: 0;
		width: 50%;
	}
	.mbcon02 li a {
		display: block;
		color: #666;
		font-size: 11px;
	}
	.mbcon02 li img {
		width: 80px;
		height: auto;
		margin-right: 10px;
		float: left;
	}
	.mbcon02 li h3 {
		float: left;
		width: 54px;
		margin-top: 20px;
	}
	.copy {
		padding-bottom: 70px;
		padding-top: 0;
		background: none;
		border-top: 1px solid #eee;
		padding-top: 10px;
		background:#fff;
		margin-top:0;
	}
	.copy .default-copyright {
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		color: #666;
		font-size: 12px;
		line-height:1.5;
		padding:0 20px;
	}
	.copy .default-copyright a {
		color: #666;
	}
	.mbftnav {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 2;
		bottom: 0;
		padding: 7px 0;
		box-shadow: 0 0 7px rgba(0,0,0,0.1);
		border-radius: 10px 10px 0 0;
	}
	.mbftnav li {
		float: left;
		width: 25%;
		text-align: center;
		position:relative;
	}
	.mbftnav li a{
		display:block;
	}
	.mbftnav li span {
		display: block;
		width: 25px;
		margin: auto;
	}
	.mbftnav li span img {
		width: 100%;
		height: auto;
	}
	.mbftnav li h3 {
		font-size: 12px;
		margin-top: 2px;
	}
	.erweima {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 102;
		display: none;
		background:url(/template/index/default/images/bg02.png);
	}
	.erweima-1{
		width: 300px;
		background: #fff;
		z-index: 102;
		height: 300px;
		left: 50%;
		top: 50%;
		margin-top: -150px;
		margin-left: -150px;
		position: absolute;
	}
	.erweima-1 img{
		width:100%;
		height:auto;
	}
	.erweima .close {
		display: block;
		top: -12px;
		right: -12px;
		width: 20px;
		height: 20px;
		position: absolute;
		background: #111;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #fff;
		text-indent: 2px;
		box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
	}
	.list-about01 {
		padding: 50px 0 30px 0;
	}
	.list-about01 span {
		display: none;
	}
	.list-about01 div.d01 {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.list-about01 div h3 {
		font-size: 25px;
	}
	.list-about01 div h4 {
		font-size: 17px;
		margin: 20px 0;
		letter-spacing: 5px;
	}
	.list-about01 div h4 em {
		height: 3px;
		width: 40px;
		margin: 30px 0;
	}
	.list-about01 div .d02{
		margin-top:30px;
	}
	.list-about01 div .d02 p {
		text-align: justify;
		font-size:14px;
	}
	.l-culture {
		padding: 40px 0;
	}
	.l-culture .tit {
		margin-bottom: 20px;
	}
	.l-culture li {
		box-sizing: border-box;
		width: 100%;
		margin-right: 0;
		padding: 20px;
		transition: 0.4s;
		margin-bottom: 10px;
	}
	.l-culture li span::before, .l-culture li span::after{
		display:none;
	}
	.l-culture li span {
		width: 60px;
		line-height: 60px;
		display:inline-block;
		vertical-align: middle;
	}
	.l-culture li div{
		display:inline-block;
		width:calc(100% - 75px);
		text-align:left;
		vertical-align: middle;
		margin-left: 13px;
	}
	.l-culture li h3 {
		font-size: 20px;
		margin-top: 0;
	}
	.l-culture li h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.l-culture li p {
		font-size: 14px;
		width: 100%;
	}
	.l-culture li span img {
		width: 35px;
	}
	.develop li h3 {
		padding-left: 29px;
		font-size: 12px;
		width:80px;
	}
	.develop li p {
		padding-left: 10px;
		font-size: 12px;
		width: calc(100% - 121px);
	}
	.develop {
		padding: 35px 0;
		margin-left: 12px;
	}
	.list-about02 h2 {
		font-size: 22px;
		margin-bottom: 35px;
	}
	.list-about02 h2 p {
		font-size: 12px;
	}
	.list-about02 {
		padding-top: 40px;
	}
	.honorbox {
		margin-top: 20px;
	}
	.list-about04 {
		margin: 40px auto;
	}
	.honorbox .prev05, .honorbox .next05 {
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 0;
		top: 50%;
		margin-top: -25px;
		z-index: 1;
		font-size: 12px;
	}
	.honorbox .next05 {
		left: auto;
		right: 0;
	}
	.pox {
		margin-top: 20px;
	}
	.pox a, .pox em {
		color: #555;
		font-size: 13px;
	}
	.list-page {
		margin: 20px 0;
	}
	.list-agent ul{
		display: flex;
		overflow-x: auto;
		padding: 20px 0;
		background:#fff;
	}
	.list-agent ul::-webkit-scrollbar {
		height: 3px;
	}
	.list-agent ul::-webkit-scrollbar {
		width: 0;
	}
	.list-agent ul::-webkit-scrollbar-corner {
		background: #f59d02;
	}
	.list-agent ul::-webkit-scrollbar-thumb {
		background: #f59d02;
		border-radius: 25px;
	}
	.list-agent ul::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.08);
		border-radius: 0;
	}
	.list-agent li {
		display: inline-block;
		width: 130px;
		border-bottom:none;
		flex: none;
	}
	.list-agent li a{
		width: 100%;
		height: 1.2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.list-agent li .tc {
		width: 100%;
		top: 73px;
		right: 0;
		min-height: auto;
	}
	
	.view-agent {
		width: 100%;
		margin: 0;
	}
	.tdy-d01 {
		padding: 20px 10px;
	}
	.tdy-cover {
		width: 100%;
		text-align: center;
	}
	.tdy-cover img {
		width: 80%;
	}
	.tdy-sum {
		width: 100%;
		padding-top: 30px;
	}
	.tdy-sum h3 {
		font-size: 20px;
		text-align: center;
	}
	.view-agent .tdy-sum p {
		font-size: 12px;
	}
	.view-agent .tdy-word {
		padding: 10px;
	}
	.default-article-content td {
		padding: 5px;
		font-size: 12px;
		line-height: 1.2;
	}
	.list-news02 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list-news02 li h3 {
		font-size: 16px;
		margin-bottom:8px;
	}
	.list-news02 li p {
		font-size: 12px;
		color: #999;
		-webkit-line-clamp: 1;
	}
	.list-news02 li em {
		display: none;
	}
	.list-news02 li span {
		font-size: 12px;
		margin-top: 10px;
	}
	.list-mbnav {
		padding: 10px;
		background: #fff;
		border-radius: 5px;
		margin-bottom:20px;
	}
	.list-mbnav li{
		width:auto;
	}
	.list-mbnav li a {
		font-size: 14px;
		padding: 5px 10px;
		border-radius: 5px;
	}
	.list-mbnav li.a a {
		background: #f59d02;
		color: #fff;
	}
	.list-news li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.list-news02 li a {
		padding: 15px;
	}
	.list-news li a {
		padding: 25px;
	}
	.list-news li div h3 {
		font-size: 16px;
		margin: 15px 0;
		white-space: break-spaces;
		line-height: 1.3;
	}
	.list-news li span {
		margin-top: 20px;
	}
	.view-news {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.view-news01 .back {
		width: 35px;
		font-size: 12px;
		padding: 3px 0;
		padding-left: 35px;
		background-size: 12px;
	}
	.view-news01 .ww em {
		font-size: 12px;
		font-style: normal;
		margin-left: 14px;
		line-height: 25px;
	}
	.view-news01 h2 {
		font-size: 20px;
		padding: 15px 0;
		line-height: 1.3;
	}
	.fanye {
		padding: 20px 0;
		margin-top: 20px;
	}
	.list-recruit li a.con {
		padding: 10px 15px;
	}
	.list-recruit li a.con h3 {
		font-size: 14px;
		line-height: 30px;
	}
	.list-recruit li a.con h3 span {
		display:none;
	}
	.list-recruit {
		width: 100%;
	}
	.list-recruit li a.con p {
		font-size: 14px;
	}
	.list-recruit li a.con p em {
		margin-left: 10px;
	}
	.list-recruit li .tc01 {
		padding: 15px;
	}
	.list-recruit li .default-article-content p {
		font-size: 14px;
		line-height: 1.8;
	}
	.list-recruitbox {
		margin: 20px auto;
	}
	.list-contact li.li01 span {
		width: 100%;
	}
	.list-contact li.li01 div {
		width: 100%;
		padding: 15px;
	}
	.list-contact li.li01 div h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.list-contact li.li01 div h3 em {
		font-size: 17px;
	}
	.list-contact li.li01 div p {
		font-size: 12px;
	}
	.list-contact li {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.list-product {
		width: 100%;
	}
	.list-product li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.list-product li:nth-child(2n){
		margin-right:0 !important;
	}
	.ismobile .list-product .pagination li{
		margin-right: 5px !important;
	}
	.list-product li h3 {
		font-size: 16px;
	}
	.list-product li a {
		padding: 20px 10px;
		padding-top: 0;
	}
	.default-mobile-list-cats{
		margin-top:0;
		padding: 2px 15px;
		border-radius: 0px;
		border: none;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 20px;
	}
	.default-mobile-list-cats h3,.default-mobile-list-cats nav ul li a{
		font-size: 16px;
		line-height: 44px;
	}
	.default-mobile-list-cats nav ul li {
		border-top: 1px solid #eee;
	}
	.list-mbnav02 li ul{
		display: none;
	}
	.list-mbnav02 li.a ul{
		display: block;
	}
	.list-mbnav02 li ul li{
		border: none;
	}
	.list-mbnav02 li ul li a {
		line-height: 25px;
		font-size: 14px;
		color: #999;
	}
	.list-mbnav02 li ul li.a a {
		color:red;
	}
	.tdy-vproduct {
		width: 100%;
	}
	.tdy-cover img {
		width: 100%;
	}
	.view-agent .tdy-cover img {
		width: 100%;
	}
	.tdy-sum {
		width: 100%;
		padding: 20px 0;
	}
	.tdy-sum p{
		font-size:14px;
	}
	.view-agent .tdy-sum p{
		display:block;
	}
	.tdy-word {
		padding: 20px;
		padding-bottom: 30px;
	}
	.default-article-content ul {
		padding-left: 0;
	}
	.list-contact li div ins {
		height: auto;
	}
	.list-contact li div p {
		font-size: 12px;
	}
	.list-contact li div h3{
		font-size:16px;
	}
	.product li span{
		padding:20px 0;
	}
	.list-download ul {
		padding: 0;
	}
	.list-download li .d01 {
		width: calc(100% - 90px);
	}
	.list-download li .d02 {
		margin-top: 5px;
	}
	.list-download li .d02 em {
		padding: 3px 8px;
		font-size: 12px;
	}
	.list-download li .d02 em i {
		font-size: 12px;
		margin-right: 3px;
	}
	.list-download li a {
		padding: 15px 0;
	}
	.list-download li .d01 h3 em {
		width: 25px;
		background-size: 23px !important;
	}
	.list-download li .d01 h3 em.rar
	,.list-download li .d01 h3 em.zip{
		background-size: 20px !important;
	}
	.list-download li .d01 p {
		font-size: 12px;
		margin-left: 35px;
	}
	.view-download {
		width: auto;
		margin: 70px 10px 50px 10px;
		padding: 25px;
		padding-top: 70px;
		box-sizing: border-box;
		border-radius: 10px;
		box-shadow: 0 0 10px #eee;
	}
	.view-download .xz {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 23px;
		margin-left: -40px;
		top: -40px;
		border: 5px solid #d9e7ff;
	}
	.view-download .title {
		font-size: 20px;
	}
	.view-download .downloadbox .download dd a {
		float: left;
		margin-top: 20px;
	}
	.xiazaibox .downloadbox .download dd a, .xiazaibox .downloadbox .vs01 .downloadnow {
		line-height: 30px;
		font-size: 12px;
		background-position: 10px center;
		background-size: 13px;
		padding: 0 12px 0 25px;
	}
	.list-download{
		margin:30px auto;
		padding:0 !important;
	}
	.list-download li {
		padding: 15px 0;
		border-bottom: 1px solid #eee;
	}
	.list-download li p{
		width:100% !important;
		text-align:left;
		padding-left:15px;
		font-size:14px;
		line-height: inherit;
	}
	.list-download li.li01 p {
		width: 33.33% !important;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}
	.list-download li a {
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}
	.list-download li h3{
		font-size:14px;
	}
	.list-download li .sousuo {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 20px;
	}
	.list-nav {
		margin-bottom: 10px;
	}
	.list-nav li {
		padding-bottom: 15px;
		margin:0;
		width: 30%;
	}
	.list-product02 {
		width: 100%;
	}
.list-product02 li span {
    width: 100%;
}
.list-product02 li a {
    padding: 0 20px 20px 20px;
}
.list-product02 li div {
    width: 100%;
}
.list-product02 li div h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.list-product02 li div p {
    font-size: 14px;
}
.list-product02 li div em {
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px;
}
.list-product02 li {
    margin-bottom: 15px;
}




}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}


